home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-30 | 6.1 KB | 18 lines | [TEXT/MPS ] |
- /***
- *
- * UnDumpFile.cp - MPW tool to rebuild a binary file from a hex dump
- * Copyright © Christopher E. Hyde, 1994. All rights reserved.
- *
- * Version: 1.01
- * Usage: UnDumpFile -o outputFile [inputFiles...]
- *
- ***/
-
- /*
- DESCRIPTION:
- This simple MPW tool written in C++ creates a binary data file by reading the hexidecimal
- byte codes in a file created by the MPW tool 'DumpFile'. This allows a binary file to be
- 'dumped' edited (by inserting or removing hex bytes) and then 'undumped'.
-
- USAGE:
-